home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite 15 to 1
- end
-
- on mouseUp
- set the visible of sprite 15 to 0
- cursorOff()
- set x to random(5)
- case x of
- 1:
- sound playFile 2, "klunk#2.wav"
- 2:
- sound playFile 2, "squash.wav"
- 3:
- sound playFile 2, "Mclunk1.wav"
- 4:
- sound playFile 2, "Splurge.wav"
- 5:
- sound playFile 2, "Pulse01.wav"
- end case
- go("topscores4")
- end
-